OTA-1836: chore(deps): Bump general OpenShift dependencies#1377
OTA-1836: chore(deps): Bump general OpenShift dependencies#1377DavidHurta wants to merge 2 commits intoopenshift:mainfrom
Conversation
The API update is needed for the new TLS adherence API and other efforts. Other general openshift packages are updated as well for periodic maintenance. We might as well update those while we are at it. Generated by: ``` $ go get github.com/openshift/api@master $ go get github.com/openshift/client-go@master $ go get github.com/openshift/library-go@master $ go mod tidy $ go mod vendor $ git add -A go.* vendor ``` using: ``` $ go version go version go1.25.0 linux/amd64 ```
|
@DavidHurta: This pull request references OTA-1836 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target either version "5.0." or "openshift-5.0.", but it targets "openshift-4.22" instead. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
WalkthroughUpdated three OpenShift Go dependency pseudo-versions in Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes 🚥 Pre-merge checks | ✅ 10 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (10 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: DavidHurta The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@DavidHurta: This pull request references OTA-1836 which is a valid jira issue. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
@DavidHurta: This pull request references OTA-1836 which is a valid jira issue. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/label acknowledge-critical-fixes-only This is blocking everything, which may need an updated Openshift API. The branch cut has occurred, so I am okay with updating these dependencies if the CI passes. |
|
/retest-required |
1 similar comment
|
/retest-required |
|
Let me investigate the agnostic-operator. /hold |
|
/test e2e-agnostic-operator |
…efulStepDown Fix race condition where the test immediately checked for leader election events without polling, causing intermittent failures when event propagation took longer than expected. The fix adds proper polling logic (wait.PollUntilContextTimeout) to wait up to 10 seconds for the leader election event to become visible via the Events API, matching the pattern already used for lock acquisition verification in the same test. This issue was exposed by a recent dependency bump which likely changed timing characteristics in the OpenShift libraries, making event propagation delays more visible. Co-authored-by: Claude Code <claude@anthropic.com>
|
@DavidHurta: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
The API update is needed for the new TLS adherence API and other efforts.
Other general openshift packages are updated as well for periodic maintenance. We might as well update those while we are at it. De facto an updated clone of the #1346 PR.
Generated by:
using:
Summary by CodeRabbit